runtime.sweepLocker.valid (field)
9 uses
	runtime (current package)
		mcentral.go#L118: 	if sl.valid {
		mgc.go#L1159: 	if !stwSwept && !sl.valid {
		mgc.go#L1161: 	} else if stwSwept && sl.valid {
		mgc.go#L1213: 	if sl.valid {
		mgcsweep.go#L325: 	valid    bool
		mgcsweep.go#L336: 	if !l.valid {
		mgcsweep.go#L362: 	if !sl.valid {
		mgcsweep.go#L471: 	if sl.valid {
		mheap.go#L867: 	if !sl.valid {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |